jade.proto
Interface FipaRequestResponderBehaviour.Factory
- Enclosing class:
- FipaRequestResponderBehaviour
- public static interface FipaRequestResponderBehaviour.Factory
This interface must be implemented by users to create on demand a
new instance of a suitable Action according to the
action name.
create
public FipaRequestResponderBehaviour.ActionHandler create(ACLMessage request)
- Creates a new object, implementing the
Action
interface.
- Parameters:
request - The REQUEST message received.- Returns:
- A new
ActionHandler object.